StyleSchemeChooserT

Interface implemented by widgets for choosing style schemes.

GtkSourceStyleSchemeChooser is an interface that is implemented by widgets for choosing style schemes.

In GtkSourceView, the main widgets that implement this interface are [class@StyleSchemeChooserWidget] and [class@StyleSchemeChooserButton].

Members

Functions

getStyleScheme
StyleScheme getStyleScheme()

Gets the currently-selected scheme.

getStyleSchemeChooserStruct
GtkSourceStyleSchemeChooser* getStyleSchemeChooserStruct(bool transferOwnership)

Get the main Gtk struct

setStyleScheme
void setStyleScheme(StyleScheme scheme)

Sets the scheme.

Meta